Undefined variables in a snippet should be highlighted 代碼段中的未定義變量應突出顯示。
Will be referencing undefined variables 會引用未定義的變量。
Instead of checking for a default compound value , you can also catch the access to an undefined variable 不用再檢查默認的復合值,您也可以捕獲對未定義變量的訪問。
百科解釋
An undefined variable in the source code of a computer program is a variable that is accessed in the code but has not been previously declared by that code.